Skip to content

PYTHON-5216 & PYTHON-5185 Convert perf tests to use new scripts and use specific python version #2206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Mar 17, 2025

Conversation

blink1073
Copy link
Member

@blink1073 blink1073 commented Mar 15, 2025

@blink1073 blink1073 requested a review from ShaneHarvey March 15, 2025 02:19
@blink1073 blink1073 marked this pull request as draft March 15, 2025 02:24
@blink1073 blink1073 marked this pull request as ready for review March 15, 2025 02:33
@@ -942,6 +950,26 @@ def create_enterprise_auth_tasks():
return [EvgTask(name=task_name, tags=tags, commands=[server_func, assume_func, test_func])]


def create_perf_tasks():
tasks = []
for version, ssl, sync in product(["6.0", "8.0"], ["ssl", "nossl"], ["sync", "async"]):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove the 6.0 tests now that we are pinning to v8.0-perf.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@blink1073 blink1073 requested a review from ShaneHarvey March 17, 2025 21:16
@blink1073 blink1073 merged commit 1d866b3 into mongodb:master Mar 17, 2025
35 of 37 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants